home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 9497 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.3 KB

  1. Path: ip81.islip.ny.interramp.com!user
  2. From: ir001351@interramp.com (Constantine Spathis)
  3. Newsgroups: fj.lang.c++,comp.lang.c++
  4. Subject: Re: Wanted: Reusable C++ Tree class(es)
  5. Date: Fri, 01 Mar 1996 20:42:47 -0500
  6. Organization: Skepsis Software
  7. Message-ID: <ir001351-0103962042470001@ip81.islip.ny.interramp.com>
  8. References: <4h6c63$nm9@griffin.ccc.nottingham.ac.uk>
  9. NNTP-Posting-Host: ip81.islip.ny.interramp.com
  10. X-Newsreader: Yet Another NewsWatcher 2.1.8
  11.  
  12. In article <4h6c63$nm9@griffin.ccc.nottingham.ac.uk>, cag@cs.nott.ac.uk
  13. (Cleveland A Gibbon) wrote:
  14.  
  15. > Hi,
  16. > Does anyone know where I can get hold of a  generalised Tree class? Time is
  17. > of  the essence, reuse  rather than rewrite.  Please, if you think you have
  18. > one or know someone who does could you drop me  a line on cag@cs.nott.ac.uk
  19. > as I have limited access to these newsgroups.
  20. > Thanks,
  21. > Cleve.
  22. > --------------------------------------------------
  23. > Learning Technology Research,   Email: cag@cs.nott.ac.uk
  24. > Dept. of Computer Science,      Tel:   +44 115 951 4239
  25. > Nottingham University,          Fax:   +44 115 951 4254
  26. > Nottingham, NG7 2RD.            
  27. > ENGLAND                         
  28. > --------------------------------------------------
  29. Take a look at the STL map/multimap, they use rb_trees,
  30. there may be something there for you to use.
  31.